PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFForm Class / getField Method / getField(int) Method
The index of the field to get.
In This Topic
    getField(int) Method
    In This Topic
    Gets the form field at the specified index.
    Syntax
    public PDFField getField( 
       int index
    )

    Parameters

    index
    The index of the field to get.

    Return Value

    A PDFField object representing the specified field.
    See Also